Mark GtkContainer::resize-mode as deprecated
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:39:38 +0000 (13:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:39:38 +0000 (13:39 -0400)
The setter was deprecated a while ago, do the same for the property.

gtk/gtkcontainer.c

index 762b447594610de617ae9e5fa3c2380f6294b444..1c8e78e56beaf63008fb58f5b20d9fd9f44824b7 100644 (file)
@@ -491,7 +491,7 @@ gtk_container_class_init (GtkContainerClass *class)
                                                       P_("Specify how resize events are handled"),
                                                       GTK_TYPE_RESIZE_MODE,
                                                       GTK_RESIZE_PARENT,
-                                                      GTK_PARAM_READWRITE));
+                                                      GTK_PARAM_READWRITE|G_PARAM_DEPRECATED));
   g_object_class_install_property (gobject_class,
                                    PROP_BORDER_WIDTH,
                                    g_param_spec_uint ("border-width",